From df36c26254a671d2adc2ad2b02c115d7f2b0b226 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 20 May 1997 18:26:49 +0000 Subject: [PATCH] (shortlisp): Add custom.elc and cus-start.elc. --- src/Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index e9e73035008..48dfe55c6cb 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -623,7 +623,9 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(allocaobj) $(widgetobj) be present, like site-load.el and site-init.el; this makefile expects them all to be either present or buildable. - Always update shortlisp as well as this variable. */ + Files which are loaded unconditionally should be in shortlisp as well. + Files included conditionally here should be included (unconditionally) + in SOME_MACHINE_LISP. */ lisp= \ ${lispsource}abbrev.elc \ @@ -693,6 +695,8 @@ shortlisp= \ ../lisp/abbrev.elc \ ../lisp/buff-menu.elc \ ../lisp/byte-run.elc \ + ../lisp/cus-start.elc \ + ../lisp/custom.elc \ ../lisp/files.elc \ ../lisp/fill.elc \ ../lisp/format.elc \ -- 2.30.2